home *** CD-ROM | disk | FTP | other *** search
/ Ubisoft - ECTS 99 (UK) (Disc 2) (Press Kit) / Ubisoft - ECTS 99 (UK) (Disc 2) (Press Kit).bin / Ubi_soft.exe / Intro2.dxr / Internal_15_Hold on Current Frame.ls < prev    next >
Encoding:
Text File  |  1999-08-18  |  405 b   |  12 lines

  1. on getBehaviorDescription me
  2.   return "HOLD ON CURRENT FRAME" & RETURN & RETURN & "Drop this behavior into the Script Channel of the Score or onto the Stage in order to keep the playback head in the current frame." & RETURN & RETURN & "PARAMETERS: None"
  3. end
  4.  
  5. on getBehaviorTooltip me
  6.   return "Frame behavior." & RETURN & RETURN & "Holds the playback head still."
  7. end
  8.  
  9. on exitFrame me
  10.   go(the frame)
  11. end
  12.